Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

1K
Vistas
What does In[num] mean in jupyter notebooks?

I know that In[*] means the kernel is running

enter image description here

But what does In[93] mean?

enter image description here

Does that mean the total number of seconds to execute the cell or is that the line number?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

It's effectively a line number.

In is an array of all of the inputs you have entered during a session, and Out is a dictionary of the results from the corresponding inputs. You can use these to reference previous inputs and results; for example:

 In[1]:  0x7b
Out[1]:  123

 In[2]:  0x1c8
Out[2]:  456

 In[3]:  Out[1] + Out[2]
Out[3]:  579

 In[4]:  In
Out[4]:  ['', '0x7b', '0x1c8', 'Out[1] + Out[2]', 'In']

 In[5]:  Out
Out[5]:  {1: 123,
          2: 456,
          3: 579,
          4: ['', '0x7b', '0x1c8', 'Out[1] + Out[2]', 'In', 'Out']}
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda